home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / edithelp.zip / EDITWWW.EDH < prev    next >
Text File  |  1995-03-10  |  39KB  |  1,981 lines

  1. Version 010B
  2. Edit Help
  3. false
  4.  
  5. 205
  6. 8
  7. 0
  8. 30
  9. 0
  10. 0
  11. 20
  12. 0
  13. 1
  14. 0
  15. 0
  16. MyWindow="My Window",(0,0,500,500,0),,(255,255,0),,1
  17.  
  18. EditHelp is copyright ⌐ Analogue Ltd. 1994
  19. sample.ico
  20. 401
  21. File|WWW Mode
  22. File|WWW Mode;WWW Mode
  23.  
  24. 0
  25.  
  26. 0
  27.  
  28. The EditHelp program creates hypertext files for use with either the Windows 
  29. Help system or the World-Wide-Web.
  30.  
  31. EditHelp can operate in two modes: 'Windows Help' and 'WWW'. 
  32.  
  33. In WWW mode, EditHelp disables several features which are available in Windows Help
  34. but not in HTML files.
  35.  
  36. This Help file describes how EditHelp behaves in the 'WWW' mode. 
  37. To change mode, select the WWW Mode command.
  38.  
  39. A file created in WWW mode can also be compiled as a Windows Help file.
  40.  
  41. See also\
  42.    {link=200,File|New}\
  43.    {link=201,File|Open}\
  44.    {link=202,File|Save}\
  45.    {link=203,File|Save As}\
  46.    {link=210,File|Save As TXT}\
  47.    {link=401,File|WWW Mode}\
  48.    {link=204,File|Exit}
  49.  
  50.  
  51.  
  52. \end
  53. 2232
  54. Shareware
  55. shareware;registration;unregistered
  56.  
  57. 0
  58.  
  59. 0
  60.  
  61. This is an unregistered version of EditHelp and certain features have been disabled.
  62.  
  63. EditHelp is Shareware, please copy and distribute it freely. Details of how to register it
  64. can be found under the Help|Shareware command.
  65.  
  66. Please send your registration fee and any reports of bugs or suggestions for 
  67. improvements to:
  68.  
  69.           Analogue Information Systems Ltd.\
  70.           1 Warrender Park Crescent\
  71.           Edinburgh EH9 1DX\
  72.           Scotland, UK\
  73.  
  74. Send a formatted floppy and a stamped-addressed-envelope 
  75. (whether you are registered or not) for 
  76. other shareware and freeware you may find of interest.
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. \end
  97. 2229
  98. File|Save As WWW
  99. File|Save As WWW;Save As WWW;WWW;HTML
  100.  
  101. 2
  102.  
  103. 0
  104.  
  105. The File|Save As WWW command saves the current source as
  106. a HyperText Markup Language (HTML) file.
  107.  
  108. Each {link=106,topic} will be stored in a separate file. The topic with the {link=220,Contents}
  109. flag set (if any) will be stored in the file
  110.  
  111.     <filename>.htm
  112.  
  113. where <filename> is the name of the current {link=107,EditHelp source file}.
  114.  
  115. The remaining topics will be stored the files with the name
  116.  
  117.     <fil><nnnnn>.htm
  118.  
  119. where <fil> is the first three characters of the {link=107,source file} name
  120. and <nnnnn> is the {link=106,topic number} padded with '0' to 5 digits. 
  121. For instance, Topic 117 of the source 'edithelp.edh' will be written as:
  122.  
  123.     edi00117.htm
  124.  
  125. HTML does not support several features available in Windows Help files:
  126.  
  127.     {list=15}Fonts    the command is ignored\
  128.     Text size    the command is ignored\
  129.     Text colour    the command is ignored\
  130.     Help Macros    treated as a {link=2207,Link}\
  131.     Popup Links    treated as a {link=2207,Link}\
  132.     Boxed text    a {link=240,Line} is drawn\
  133.     Keep    the command is ignored\
  134.     Tab=...    the command is ignored\
  135.  
  136. {list=0}If your source file uses any of these features, a warning message 
  137. will be displayed but the HTML file will be written anyway.
  138.  
  139. A Tab character will be translated into a single blank.
  140.  
  141. All {link=2224,Lists} will be displayed as simple bulleted lists.
  142.  
  143. If a {link=2214,Bitmap} or {link=2219,Bitmap Link} specifies a BMP file then
  144. the 'bmp' extension will be translated into 'gif'. So, for instance, the command:
  145.  
  146.     {{}bitmap=sample.bmp}
  147.  
  148. would be translated into an inline graphics element specifying
  149.  
  150.     sample.gif
  151.  
  152. You should make the GIF file available in the same directory as the HTML
  153. {link=107,files}.
  154. Some HTML browsers will not be able to display inline graphics. If the
  155. graphic is essential, it may be wiser to make a link to it 
  156. (with a {link=2231,New File Link}, link=0 command) rather than to put it inline.  
  157.  
  158. See also\
  159.    {link=200,File|New}\
  160.    {link=201,File|Open}\
  161.    {link=202,File|Save}\
  162.    {link=203,File|Save As}\
  163.    {link=210,File|Save As TXT}\
  164.    {link=401,File|WWW Mode}\
  165.    {link=204,File|Exit}
  166.  
  167. \end
  168. 242
  169. Layout|Centre
  170. Layout|Centre;centre
  171.  
  172. 0
  173.  
  174. 0
  175.  
  176. A Centre {link=115,command} specifies that the remaining text of the paragraph
  177. should be centered in the screen. For instance:
  178.  
  179.     {{}centre}This text is centred
  180.  
  181. is shown as:
  182.  
  183.     {centre}This text is centred
  184.  
  185. The Centre command must appear before any of the text of a paragraph.
  186.  
  187. Older HTML browsers may ignore this command.
  188.  
  189. See also\
  190.       {link=2220,Heading command}\
  191.       {link=2224,List command}\
  192.       {link=240,Line command}\
  193.  
  194.  
  195.  
  196.  
  197.  
  198. \end
  199. 240
  200. Layout|Line
  201. Layout|Line;line
  202.  
  203. 0
  204.  
  205. 0
  206.  
  207. A Line {link=115,command} specifies that a line should be drawn across the screen. For 
  208. instance:
  209.  
  210.     {{}line}
  211.  
  212. is shown as:
  213.  
  214.     {line}
  215.  
  216. If the Line command is followed by text, the text is displayed immediately above
  217. the line:
  218.  
  219.     {{}line}This is text
  220.  
  221. is shown as:
  222.  
  223.     {line}This is text
  224.  
  225. The Line command may only appear before the text of a {link=114,paragraph}. 
  226.  
  227. See also\
  228.     {link=115,Text Commands}\
  229.     {link=2224,List Command}\
  230.     {link=2220,Heading command}\
  231.     {link=242,Centre command}\
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239. \end
  240. 2224
  241. Layout|List
  242. Layout|List;list
  243.  
  244. 0
  245.  
  246. 0
  247.  
  248. A List {link=115,command} specifies that the following text should be shown in list format. 
  249.  
  250. There are three formats for the list command:
  251.  
  252.     {list=15}{line}{bold}Command    Description
  253.  
  254.     {{}list}    start a {link=255,Bulleted List}
  255.  
  256.     {{}list=n}    start a {link=254,Definition List}
  257.  
  258.     {{}list=0}    end a list
  259.  
  260. {list=0}See also\
  261.     {link=115,Text Commands}\
  262.     {link=240,Line command}\
  263.     {link=2220,Heading command}\
  264.     {link=2224,List command}\
  265.     {link=242,Centre command}\
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272. \end
  273. 2220
  274. Layout|Heading
  275. Layout|Heading;heading
  276.  
  277. 0
  278.  
  279. 0
  280.  
  281. A sub-heading is specified by the Heading {link=115,command}:  
  282.  
  283.     {{}heading=<text>}
  284.  
  285. where <text> is the text of the heading.
  286.  
  287. For instance, the following command:
  288.  
  289. {{}heading=Sub-heading}
  290.  
  291. will be displayed as
  292.  
  293. {heading=Sub-heading}
  294.  
  295. The Layout|Heading command inserts a Heading into the text of the current topic 
  296. at the current insertion point. 
  297.  
  298. See also\
  299.     {link=115,Text commands}\
  300.     {link=2224,List command}\
  301.     {link=240,Line command}\
  302.     {link=242,Centre command}\
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312. \end
  313. 2219
  314. Edit|Bitmap Link
  315. Edit|Bitmap Link;bitmap;links
  316.  
  317. 0
  318.  
  319. 0
  320.  
  321. A bitmap link is specified in the source text by the Link {link=115,command}:  
  322.  
  323.     {{}link=<num>,bmp=<filename>}
  324.  
  325. where <num> is the {link=106,Topic number} of the destination and <filename> 
  326. is a file containing the bitmap to be displayed.
  327.  
  328. For instance, the Edit|Link topic is 2207 so a bitmap-link to that topic could be
  329. specified as
  330.  
  331.     {{}link=2207,bmp=sample1.gif}
  332.  
  333. which would display as
  334.  
  335.     {link=2207,bmp=sample1.gif}
  336.  
  337. When the user selects the bitmap, the destination topic is displayed.
  338.  
  339. As in this example: {link=2207,bmp=sample1.gif} a bitmap-link can also 
  340. appear in the middle of text.
  341.  
  342. The bitmap filename should not contain any path information. The bitmap file should be in
  343. the same directory as the {link=107,HTML file}.
  344.  
  345. If you want to be able to compile and display the source as a Windows Help file,
  346. then the EDH {link=107,source file directory}should also contain a corresponding 
  347. .BMP file. When EditHelp compiles the file as a Windows Help file, 
  348. it will change the '.GIF' extension to '.BMP'.
  349.  
  350. A link can specify that a {link=2231,New File} should be loaded.
  351.  
  352. See also\
  353.    {link=205,Edit|Undo}\
  354.    {link=206,Edit|Cut}\
  355.    {link=207,Edit|Copy}\
  356.    {link=208,Edit|Paste}\
  357.    {link=209,Edit|Delete}\
  358.    {link=2207,Edit|Link}\
  359.    {link=2214,Edit|Bitmap}\
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368. \end
  369. 232
  370. Text|Italic
  371. Text|Italic;fonts;italic
  372.  
  373. 0
  374.  
  375. 0
  376.  
  377. The Text|Italic command sets whether subsequent text will be displayed italic or normal. 
  378.  
  379.     {{}italic}
  380.  
  381. The {{}italic} {link=115,command} toggles between italic and normal characters. 
  382. For instance:
  383.  
  384.     Ordinary text and {{}italic}italic text and back to {{}italic}ordinary text
  385.  
  386. is displayed as:
  387.  
  388.     Ordinary text and {italic}italic text and back to {italic}ordinary text
  389.  
  390. Every paragraph starts with the text normal (not italic). 
  391.  
  392. See also\
  393.     {link=231,Text|Bold Command}\
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403. \end
  404. 231
  405. Text|Bold
  406. Text|Bold;fonts;bold
  407.  
  408. 0
  409.  
  410. 0
  411.  
  412. The Text|Bold command sets whether subsequent text will be displayed bold or normal width. 
  413.  
  414.     {{}bold}
  415.  
  416. The {{}bold} {link=115,command} toggles between bold and normal width characters. 
  417. For instance:
  418.  
  419.     Ordinary text and {{}bold}bold text and back to {{}bold}ordinary text
  420.  
  421. is displayed as:
  422.  
  423.     Ordinary text and {bold}bold text and back to {bold}ordinary text
  424.  
  425. Every paragraph starts with the text normal width. 
  426.  
  427. See also\
  428.     {link=232,Text|Italic Command}\
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438. \end
  439. 2208
  440. Search|Replace with Link
  441. Search|Replace with Link;Replace with Link;Links
  442.  
  443. 0
  444.  
  445. 0
  446.  
  447. The Search|Replace with Link command searches for and changes text in
  448. into a {link=2207,Link}.
  449.  
  450. The Replace with Link command will not replace text which is 
  451. inside a {{}link=...} or any other {link=115,command}.
  452. Nor will it replace text which is in the same {link=106,topic} as the
  453. destination of the link.
  454.  
  455. During the search, you can match uppercase and lowercase letters or 
  456. ignore case. 
  457.  
  458. If the 'all occurrences' box is checked then all the occurrences of the
  459. search string will be replaced in the current topic.
  460.  
  461. If you select the 'All Topics' button then the search will start with the first topic
  462. in the topic list and will be extended to all the topics in the list.
  463. If the 'all occurrences' box is checked then all the occurrences of the
  464. search string will be replaced in all topics.
  465. If the 'all occurrences' box is not checked then only the first occurrence 
  466. to be found will be replaced.
  467.  
  468. See also\
  469.    {link=2210,Search|Find}\
  470.    {link=2209,Search|Replace}\
  471.    {link=213,Search|Next}\
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481. \end
  482. 227
  483. Topic|Back
  484. Topic|Back;Back
  485.  
  486. 0
  487.  
  488. 1
  489. TopicMenu
  490. The Topic|Back command re-displays the last {link=106,topic} to be shown.
  491.  
  492. The Topic|Back command can be called with the Ctrl-B key.
  493.  
  494. See also\
  495.    {link=214,Topic|Next topic}\
  496.    {link=215,Topic|Prev topic}\
  497.    {link=216,Topic|New topic}\
  498.    {link=2202,Topic|Goto}\
  499.    {link=228,Topic|Goto Unfinished}\
  500.    {link=218,Topic|Delete}\
  501.    {link=2201,Topic|Caption}\
  502.    {link=220,Topic|Contents}\
  503.    {link=221,Topic|Status}\
  504.    {link=253,Topic|Preview}\
  505.  
  506.  
  507.  
  508.  
  509. \end
  510. 118
  511. Bitmaps
  512. bitmaps
  513.  
  514. 0
  515.  
  516. 0
  517.  
  518. A {link=118,Bitmap} is specified by the Bitmap {link=115,command}: 
  519.  
  520.     {{}bitmap=<filename>}
  521.  
  522. where <filename> is the name of a GIF file to be displayed.
  523.  
  524. The bitmap should be a .GIF file in the same directory as 
  525. the {link=107,HTML file}.  The <filename> should not contain
  526. any DOS path information.
  527.  
  528. For instance, the following command:
  529.  
  530.     {{}bitmap=sample.gif}
  531.  
  532. will be displayed as
  533.  
  534.     {bitmap=sample.gif}
  535.  
  536. The HTML Browser will display coloured bitmaps but you may find it best to
  537. use monochrome bitmaps. They are smaller and can be displayed on any hardware.
  538.  
  539. If you want to be able to compile and display the source as a Windows Help file,
  540. then the {link=107,Help source file directory} should also contain a corresponding .BMP file.
  541. When EditHelp compiles the file as a Windows Help file, it will change the
  542. '.GIF' extension to '.BMP'.
  543.  
  544. See also\
  545.     {link=115,Text Commands}\
  546.     {link=2214,Edit|Bitmap}
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555. \end
  556. 110
  557. Menu Commands
  558. menu commands;commands
  559.  
  560. 2
  561.  
  562. 0
  563.  
  564. The following menu commands are available: 
  565.  
  566.    {list=8}{fontsize=25}{bold}File{fontsize=20}{bold}\
  567.        {link=200,New}\
  568.    {link=201,bmp=tool1.bmp}    {link=201,Open}\
  569.        {link=202,Save}\
  570.        {link=203,Save As}\
  571.        {link=210,Save As TXT}\
  572.        {link=2229,Save As WWW}\
  573.        {link=204,Exit}
  574.  
  575.    {fontsize=25}{bold}Edit{fontsize=20}\
  576.        {link=205,Undo}\
  577.        {link=206,Cut}\
  578.        {link=207,Copy}\
  579.        {link=208,Paste}\
  580.        {link=209,Delete}\
  581.    {link=2207,bmp=tool2.bmp}    {link=2207,Link}\
  582.    {link=2214,bmp=tool4.bmp}    {link=2214,Bitmap}\
  583.        {link=2219,Bitmap Link}\
  584.  
  585.    {fontsize=25}{bold}Search{fontsize=20}\
  586.        {link=2210,Find}\
  587.        {link=2209,Replace}\
  588.        {link=2208,Replace with Link}\
  589.        {link=213,Next}\
  590.  
  591.    {fontsize=25}{bold}Layout{fontsize=20}\
  592.    {link=2220,bmp=tool5.bmp}    {link=2220,Heading}\
  593.        {link=2224,List}\
  594.        {link=240,Line}\
  595.        {link=242,Centre}\
  596.  
  597.    {fontsize=25}{bold}Text{fontsize=20}\
  598.        {link=231,Bold}\
  599.        {link=232,Italic}\
  600.  
  601.    {fontsize=25}{bold}Topic{fontsize=20}\
  602.        {link=214,Next topic}\
  603.        {link=215,Prev topic}\
  604.        {link=227,Back}\
  605.        {link=216,New topic}\
  606.    {link=2202,bmp=tool6.bmp}    {link=2202,Goto}\
  607.        {link=228,Goto Unfinished}\
  608.        {link=218,Delete}\
  609.        {link=2201,Caption}\
  610.        {link=220,Contents}\
  611.        {link=221,Status}\
  612.    {link=253,bmp=tool7.bmp}    {link=253,Preview}\
  613.  
  614.    {fontsize=25}{bold}HelpFile{fontsize=20}\
  615.        {link=2204,Directories}\
  616.        {link=2205,Status}\
  617.  
  618.  
  619. \end
  620. 2205
  621. HelpFile|Status
  622. HelpFile|Status;Status
  623.  
  624. 0
  625.  
  626. 0
  627.  
  628. The HelpFile|Status command displays the Project Status dialog. This shows the
  629. {link=106,Topic number}, {link=108,Caption} and 
  630. {link=221,Status} of each topic.
  631.  
  632. The Project Status dialog helps you keep track of how far you've got in developing
  633. your HTML File.
  634.  
  635. You may add a short note to each topic to remind you what to do next.
  636.  
  637. See also\
  638.    {link=228,Topic|Goto Unfinished}\
  639.    {link=221,Topic|Status}
  640.  
  641.    {link=2204,HelpFile|Directories}\
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651. \end
  652. 2204
  653. HelpFile|Directories
  654. HelpFile|Directories;Directories
  655.  
  656. 0
  657.  
  658. 0
  659.  
  660. The HelpFile|Directories command allows you to specify the directory into which the
  661. HTML (.HTM) File will be copied.
  662.                  
  663. The {link=107,EditHelp source file} is always in the current directory but the 
  664. {link=107,HTML File} may be placed in any directory. 
  665.  
  666. See also\
  667.    {link=2205,HelpFile|Status}\
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677. \end
  678. 221
  679. Topic|Status
  680. Topic|Status;Status
  681.  
  682. 0
  683.  
  684. 11
  685. TopicMenu
  686. The Topic|Status command cycles through the status values for the current   
  687. {link=106,topic}. The status value can be one of:
  688.  
  689.     Incomplete\
  690.     Test\
  691.     Finished
  692.  
  693. The Status value has no effect on the operation of EditHelp but allows you 
  694. to keep track of which parts of the source have been completed.
  695.  
  696. You can also call the Topic|Status command by clicking on the status area of the 
  697. main window.
  698.  
  699. See also\
  700.    {link=2205,HelpFile|Status}
  701.  
  702.    {link=214,Topic|Next topic}\
  703.    {link=215,Topic|Prev topic}\
  704.    {link=227,Topic|Back}\
  705.    {link=216,Topic|New topic}\
  706.    {link=2202,Topic|Goto}\
  707.    {link=228,Topic|Goto Unfinished}\
  708.    {link=218,Topic|Delete}\
  709.    {link=2201,Topic|Caption}\
  710.    {link=220,Topic|Contents}\
  711.    {link=253,Topic|Preview}\
  712.  
  713.  
  714.  
  715.  
  716. \end
  717. 220
  718. Topic|Contents
  719. Topic|Contents;Contents
  720.  
  721. 0
  722.  
  723. 4
  724. TopicMenu
  725. The Topic|Contents command toggles whether the current {link=106,topic} is the  
  726. Contents topic. 
  727.  
  728. Only one topic can have the Contents switch set to True. If you toggle the
  729. Contents command, all the other topics will have their Contents switch set to False. 
  730.  
  731. See also\
  732.    {link=214,Topic|Next topic}\
  733.    {link=215,Topic|Prev topic}\
  734.    {link=227,Topic|Back}\
  735.    {link=216,Topic|New topic}\
  736.    {link=2202,Topic|Goto}\
  737.    {link=228,Topic|Goto Unfinished}\
  738.    {link=218,Topic|Delete}\
  739.    {link=2201,Topic|Caption}\
  740.    {link=221,Topic|Status}\
  741.    {link=253,Topic|Preview}\
  742.  
  743.  
  744.  
  745.  
  746. \end
  747. 2201
  748. Topic|Caption
  749. Topic|Caption;Caption
  750.  
  751. 0
  752.  
  753. 3
  754. TopicMenu
  755. The Topic|Caption command changes the 
  756. {link=106,topic number} and {link=108,caption} of the current
  757. {link=106,topic}.
  758.  
  759. You can also call the Topic|Caption command by clicking on the caption area of the 
  760. main window.
  761.  
  762. See also\
  763.    {link=214,Topic|Next topic}\
  764.    {link=215,Topic|Prev topic}\
  765.    {link=227,Topic|Back}\
  766.    {link=216,Topic|New topic}\
  767.    {link=2202,Topic|Goto}\
  768.    {link=228,Topic|Goto Unfinished}\
  769.    {link=218,Topic|Delete}\
  770.    {link=220,Topic|Contents}\
  771.    {link=221,Topic|Status}\
  772.    {link=253,Topic|Preview}\
  773.  
  774.  
  775.  
  776.  
  777. \end
  778. 218
  779. Topic|Delete
  780. Topic|Delete;Delete
  781.  
  782. 0
  783.  
  784. 5
  785. TopicMenu
  786. The Topic|Delete command deletes the current {link=106,topic} from the EditHelp source file.  
  787.  
  788. See also\
  789.    {link=214,Topic|Next topic}\
  790.    {link=215,Topic|Prev topic}\
  791.    {link=227,Topic|Back}\
  792.    {link=216,Topic|New topic}\
  793.    {link=2202,Topic|Goto}\
  794.    {link=228,Topic|Goto Unfinished}\
  795.    {link=2201,Topic|Caption}\
  796.    {link=220,Topic|Contents}\
  797.    {link=221,Topic|Status}\
  798.    {link=253,Topic|Preview}\
  799.  
  800.  
  801.  
  802.  
  803. \end
  804. 2202
  805. Topic|Goto
  806. Topic|Goto;Goto
  807.  
  808. 0
  809.  
  810. 6
  811. TopicMenu
  812. The Topic|Goto command allows you to select a new {link=106,topic} from the topic list 
  813. and load it into the Edit window. 
  814.  
  815. You may select the topic by {link=106,topic number} or {link=108,caption}.
  816.  
  817. See also\
  818.    {link=214,Topic|Next topic}\
  819.    {link=215,Topic|Prev topic}\
  820.    {link=227,Topic|Back}\
  821.    {link=216,Topic|New topic}\
  822.    {link=228,Topic|Goto Unfinished}\
  823.    {link=218,Topic|Delete}\
  824.    {link=2201,Topic|Caption}\
  825.    {link=220,Topic|Contents}\
  826.    {link=221,Topic|Status}\
  827.    {link=253,Topic|Preview}\
  828.  
  829.  
  830.  
  831.  
  832. \end
  833. 216
  834. Topic|New topic
  835. Topic|New topic
  836.  
  837. 0
  838.  
  839. 8
  840. TopicMenu
  841. The Topic|New Topic command creates a new {link=106,topic}.  
  842. Each topic should have a unique {link=106,topic number}.
  843.  
  844. See also\
  845.    {link=214,Topic|Next topic}\
  846.    {link=215,Topic|Prev topic}\
  847.    {link=227,Topic|Back}\
  848.    {link=2202,Topic|Goto}\
  849.    {link=228,Topic|Goto Unfinished}\
  850.    {link=218,Topic|Delete}\
  851.    {link=2201,Topic|Caption}\
  852.    {link=220,Topic|Contents}\
  853.    {link=221,Topic|Status}\
  854.    {link=253,Topic|Preview}\
  855.  
  856.  
  857.  
  858.  
  859. \end
  860. 215
  861. Topic|Prev topic
  862. Topic|Prev topic
  863.  
  864. 0
  865.  
  866. 10
  867. TopicMenu
  868. The Topic|Prev Topic command displays the previous {link=106,topic} in the topic list  
  869. in the Edit window.
  870.  
  871. The Prev topic command can be called with the Shift-F6 key.
  872.  
  873. See also\
  874.    {link=214,Topic|Next topic}\
  875.    {link=227,Topic|Back}\
  876.    {link=216,Topic|New topic}\
  877.    {link=2202,Topic|Goto}\
  878.    {link=228,Topic|Goto Unfinished}\
  879.    {link=218,Topic|Delete}\
  880.    {link=2201,Topic|Caption}\
  881.    {link=220,Topic|Contents}\
  882.    {link=221,Topic|Status}\
  883.    {link=253,Topic|Preview}\
  884.  
  885.  
  886.  
  887.  
  888. \end
  889. 214
  890. Topic|Next topic
  891. Topic|Next topic
  892.  
  893. 0
  894.  
  895. 9
  896. TopicMenu
  897. The Topic|Next Topic command displays the next {link=106,topic} in the topic list  
  898. in the Edit window.
  899.  
  900. The Next topic command can be called with the F6 key.
  901.  
  902. See also\
  903.    {link=215,Topic|Prev topic}\
  904.    {link=227,Topic|Back}\
  905.    {link=216,Topic|New topic}\
  906.    {link=2202,Topic|Goto}\
  907.    {link=228,Topic|Goto Unfinished}\
  908.    {link=218,Topic|Delete}\
  909.    {link=2201,Topic|Caption}\
  910.    {link=220,Topic|Contents}\
  911.    {link=221,Topic|Status}\
  912.    {link=253,Topic|Preview}\
  913.  
  914.  
  915.  
  916.  
  917. \end
  918. 213
  919. Search|Next
  920. Search|Next;Next
  921.  
  922. 0
  923.  
  924. 0
  925.  
  926. The Search|Next command 
  927. repeats the last search or replace operation without opening the Find dialog box. 
  928.  
  929. The Next command can be called with the F3 key.
  930.  
  931. See also\
  932.    {link=2210,Search|Find}\
  933.    {link=2209,Search|Replace}\
  934.    {link=2208,Search|Replace with Link}\
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944. \end
  945. 2209
  946. Search|Replace
  947. Search|Replace;Replace
  948.  
  949. 0
  950.  
  951. 0
  952.  
  953. The Search|Replace command searches for and changes text in the current
  954. {link=106,topic}. 
  955. During the search, you can match uppercase and lowercase letters or 
  956. ignore case. 
  957.  
  958. If the 'all occurrences' box is checked then all the occurrences of the
  959. search string will be replaced in the current topic.
  960.  
  961. If you select the 'All Topics' button then the search will start with the first topic
  962. in the topic list and will be extended to all the topics in the list.
  963. If the 'all occurrences' box is checked then all the occurrences of the
  964. search string will be replaced in all topics.
  965. If the 'all occurrences' box is not checked then only the first occurrence 
  966. to be found will be replaced.
  967.  
  968. See also\
  969.    {link=2210,Search|Find}\
  970.    {link=2208,Search|Replace with Link}\
  971.    {link=213,Search|Next}\
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981. \end
  982. 2210
  983. Search|Find
  984. Search|Find;Find
  985.  
  986. 0
  987.  
  988. 0
  989.  
  990. The Search|Find command
  991. searches for characters or words in the text of the 
  992. current {link=106,topic}. 
  993. You can match uppercase and lowercase letters or ignore case. 
  994.  
  995. If you select the 'All Topics' button then the search will start with the first topic
  996. in the topic list and will be extended to all the topics in the list.
  997.  
  998. See also\
  999.    {link=2209,Search|Replace}\
  1000.    {link=2208,Search|Replace with Link}\
  1001.    {link=213,Search|Next}\
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011. \end
  1012. 209
  1013. Edit|Delete
  1014. Edit|Delete;Delete
  1015.  
  1016. 0
  1017.  
  1018. 0
  1019.  
  1020. The Edit|Delete command 
  1021. deletes the selected text from the current {link=106,topic}, 
  1022. but does not place the text onto the Clipboard. 
  1023.  
  1024. Use Delete when you want to delete text from the current 
  1025. topic but you have 
  1026. text on the Clipboard that you want to keep. 
  1027.  
  1028. The Delete command can be called with the Del key.
  1029.  
  1030. See also\
  1031.    {link=205,Edit|Undo}\
  1032.    {link=206,Edit|Cut}\
  1033.    {link=207,Edit|Copy}\
  1034.    {link=208,Edit|Paste}\
  1035.    {link=2207,Edit|Link}\
  1036.    {link=2214,Edit|Bitmap}\
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046. \end
  1047. 208
  1048. Edit|Paste
  1049. Edit|Paste;Paste
  1050.  
  1051. 0
  1052.  
  1053. 0
  1054.  
  1055. The Edit|Paste command 
  1056. pastes a copy of the Clipboard contents at the insertion point or replaces 
  1057. selected text in the current {link=106,topic}.
  1058.  
  1059. The Paste command can be called with the Shift+Ins key.
  1060.  
  1061. See also\
  1062.    {link=205,Edit|Undo}\
  1063.    {link=206,Edit|Cut}\
  1064.    {link=207,Edit|Copy}\
  1065.    {link=209,Edit|Delete}\
  1066.    {link=2207,Edit|Link}\
  1067.    {link=2214,Edit|Bitmap}\
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077. \end
  1078. 207
  1079. Edit|Copy
  1080. Edit|Copy;Copy
  1081.  
  1082. 0
  1083.  
  1084. 0
  1085.  
  1086. The Edit|Copy command 
  1087. copies the selected 
  1088. text from the current {link=106,topic} onto the Clipboard, leaving the original intact 
  1089. and replacing the previous Clipboard contents. 
  1090.  
  1091. The Copy command can be called with the Ctrl+Ins key.
  1092.  
  1093. See also\
  1094.    {link=205,Edit|Undo}\
  1095.    {link=206,Edit|Cut}\
  1096.    {link=208,Edit|Paste}\
  1097.    {link=209,Edit|Delete}\
  1098.    {link=2207,Edit|Link}\
  1099.    {link=2214,Edit|Bitmap}\
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109. \end
  1110. 206
  1111. Edit|Cut
  1112. Edit|Cut;Cut
  1113.  
  1114. 0
  1115.  
  1116. 0
  1117.  
  1118. The Edit|Cut command 
  1119. deletes the selected text from the current {link=106,topic} and places it onto the Clipboard, 
  1120. replacing the previous Clipboard contents. 
  1121.  
  1122. The Cut command can be called with the Shift+Del key.
  1123.  
  1124. See also\
  1125.    {link=205,Edit|Undo}\
  1126.    {link=207,Edit|Copy}\
  1127.    {link=208,Edit|Paste}\
  1128.    {link=209,Edit|Delete}\
  1129.    {link=2207,Edit|Link}\
  1130.    {link=2214,Edit|Bitmap}\
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140. \end
  1141. 205
  1142. Edit|Undo
  1143. Edit|Undo;Undo
  1144.  
  1145. 0
  1146.  
  1147. 0
  1148.  
  1149. The Edit|Undo command 
  1150. undoes your last editing action, including cut and paste actions. 
  1151.  
  1152. Undo only works with actions performed on the EditHelp source file text in the Edit window.
  1153.  
  1154. The Undo command can be called with the Alt+BkSp key.
  1155.  
  1156. See also\
  1157.    {link=206,Edit|Cut}\
  1158.    {link=207,Edit|Copy}\
  1159.    {link=208,Edit|Paste}\
  1160.    {link=209,Edit|Delete}\
  1161.    {link=2207,Edit|Link}\
  1162.    {link=2214,Edit|Bitmap}\
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172. \end
  1173. 204
  1174. File|Exit
  1175. File|Exit;Exit
  1176.  
  1177. 0
  1178.  
  1179. 0
  1180.  
  1181. The File|Exit command exits from the EditHelp program. If you've 
  1182. made changes to the {link=107,EditHelp source file}, you will be asked if you want to save
  1183. them.
  1184.  
  1185. See also\
  1186.    {link=200,File|New}\
  1187.    {link=201,File|Open}\
  1188.    {link=202,File|Save}\
  1189.    {link=203,File|Save As}\
  1190.    {link=210,File|Save As TXT}\
  1191.    {link=2229,File|Save As WWW}\
  1192.    {link=401,File|WWW Mode}\
  1193.  
  1194.  
  1195.  
  1196. \end
  1197. 203
  1198. File|Save As
  1199. File|Save As;Save As
  1200.  
  1201. 0
  1202.  
  1203. 0
  1204.  
  1205. The File|Save As command saves the current EditHelp source file to a file. 
  1206. The Save As dialog allows you to choose the name of the file.
  1207.  
  1208. {link=107,EditHelp source files} have the extension '.EDH'.
  1209.  
  1210. See also\
  1211.    {link=200,File|New}\
  1212.    {link=201,File|Open}\
  1213.    {link=202,File|Save}\
  1214.    {link=210,File|Save As TXT}\
  1215.    {link=2229,File|Save As WWW}\
  1216.    {link=401,File|WWW Mode}\
  1217.    {link=204,File|Exit}
  1218.  
  1219.  
  1220.  
  1221. \end
  1222. 202
  1223. File|Save
  1224. File|Save;Save
  1225.  
  1226. 0
  1227.  
  1228. 0
  1229.  
  1230. The File|Save command saves the current EditHelp source file to a file.
  1231. {link=107,EditHelp source files} have the extension '.EDH'.
  1232.  
  1233. If the current EditHelp source file hasn't been named yet, EditHelp displays the 
  1234. {link=203,Save File As} dialog box.
  1235.  
  1236. See also\
  1237.    {link=200,File|New}\
  1238.    {link=201,File|Open}\
  1239.    {link=203,File|Save As}\
  1240.    {link=210,File|Save As TXT}\
  1241.    {link=2229,File|Save As WWW}\
  1242.    {link=401,File|WWW Mode}\
  1243.    {link=204,File|Exit}
  1244.  
  1245.  
  1246.  
  1247. \end
  1248. 201
  1249. File|Open
  1250. File|Open;Open
  1251.  
  1252. 0
  1253.  
  1254. 0
  1255.  
  1256. The File|Open command opens an existing {link=107,EditHelp source file} that was created 
  1257. using EditHelp. EditHelp source files 
  1258. have the extension '.EDH'.
  1259.  
  1260. The File|Open command displays the File Open dialog box.
  1261.  
  1262. See also\
  1263.    {link=200,File|New}\
  1264.    {link=202,File|Save}\
  1265.    {link=203,File|Save As}\
  1266.    {link=210,File|Save As TXT}\
  1267.    {link=2229,File|Save As WWW}\
  1268.    {link=401,File|WWW Mode}\
  1269.    {link=204,File|Exit}
  1270.  
  1271.  
  1272.  
  1273. \end
  1274. 200
  1275. File|New
  1276. File|New;New
  1277.  
  1278. 0
  1279.  
  1280. 0
  1281.  
  1282. The File|New command creates a new EditHelp source file with one empty {link=106,topic}. 
  1283.  
  1284. See also\
  1285.    {link=201,File|Open}\
  1286.    {link=202,File|Save}\
  1287.    {link=203,File|Save As}\
  1288.    {link=210,File|Save As TXT}\
  1289.    {link=2229,File|Save As WWW}\
  1290.    {link=401,File|WWW Mode}\
  1291.    {link=204,File|Exit}
  1292.  
  1293.  
  1294.  
  1295. \end
  1296. 108
  1297. Caption
  1298. caption
  1299.  
  1300. 0
  1301.  
  1302. 0
  1303.  
  1304. Every {link=106,topic} may optionally have a Caption. The HTML Browser
  1305. will display the caption in larger bold text at the head of the topic screen.
  1306.  
  1307. You can change the caption by selecting the {link=2201,Topic|Caption} command.
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317. \end
  1318. 107
  1319. Files
  1320. files;help file;source file
  1321.  
  1322. 0
  1323.  
  1324. 0
  1325.  
  1326. The input to the EditHelp program is a 'source file'. A source file has  
  1327. the extension '.EDH'.
  1328.  
  1329. You may examine the source file using any plain ASCII text editor but be careful
  1330. not to disturb its format.
  1331.  
  1332. The HTML file is created as:
  1333.  
  1334.     <directory><filename>.htm
  1335.  
  1336. where <filename> is the name of the current EditHelp source file and <directory>
  1337. is the 'HTML File Directory' specified by the {link=2204,HelpFile|Directories} command.
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347. \end
  1348. 106
  1349. Topics
  1350. topics
  1351.  
  1352. 0
  1353.  
  1354. 0
  1355.  
  1356. A Windows Help File may contain several {link=106,Topics}. 
  1357. Each topic is a "page" full of information  describing a particular subject.
  1358. Each topic must have a unique 'topic number'. 
  1359.  
  1360. One of the Topics a designated the '{link=220,Contents}' Topic. This is usually the first page
  1361. that the user should read and will contain {link=2207,Links} which eventually lead to all the other
  1362. Topics.
  1363.  
  1364. EditHelp extends these concepts to {link=107,HTML Files}. An HTML file can
  1365. contain only a single topic. 
  1366. The topic with the {link=220,Contents} flag set (if any) will be stored in the file
  1367.  
  1368.     <filename>.htm
  1369.  
  1370. where <filename> is the name of the current {link=107,EditHelp source file}.
  1371.  
  1372. The remaining topics will be stored the files with the name
  1373.  
  1374.     <fil><nnnnn>.htm
  1375.  
  1376. where <fil> is the first three characters of the {link=107,source file} name
  1377. and <nnnnn> is the {link=106,topic number} padded with '0' to 5 digits. 
  1378. For instance, Topic 117 of the source 'edithelp.edh' will be written as:
  1379.  
  1380.     edi00117.htm
  1381.  
  1382. You can change the topic number by selecting the {link=2201,Topic|Caption} command.
  1383.  
  1384. See also\
  1385.     {link=107,file names}\
  1386.     {link=2201,Topic|Caption} \
  1387.     {link=220,Contents} \
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397. \end
  1398. 102
  1399. Tabs
  1400. tabs
  1401.  
  1402. 0
  1403.  
  1404. 0
  1405.  
  1406. A Tab character in the {link=107,EditHelp source file} (.EDH) will be translated 
  1407. into a single blank in the {link=107,HTML File}.
  1408.  
  1409. If you compile the source into a Windows Help file then Tab characters 
  1410. will be translated into tabs in the Help File.
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420. \end
  1421. 101
  1422. Comments
  1423. comments
  1424.  
  1425. 0
  1426.  
  1427. 0
  1428.  
  1429. If first two characters on a line are '//', the line will be ignored. For example
  1430.  
  1431.     // this is a comment
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466. \end
  1467. 2200
  1468. The EditHelp program
  1469. contents
  1470. INDEX
  1471. 0
  1472.  
  1473. 0
  1474.  
  1475. The EditHelp program creates hypertext files for use with the Windows 
  1476. help system. It can also create files in 
  1477. HyperText Markup Language (HTML)  format.
  1478.  
  1479. HTML can be used to represent Hypertext news, mail, online documentation, etc.
  1480. on the World Wide Web using a standard Internet protocol.
  1481.  
  1482. EditHelp can operate in two {link=401,modes}: 'Windows Help' and 'WWW'. 
  1483. This Help file describes how EditHelp behaves in the 'WWW' mode. 
  1484. To change mode, select the {link=401,File|WWW Mode} command.
  1485.  
  1486. To view an HTML file created by EditHelp, you will need an HTML Browser
  1487. such as 'Mosaic'.
  1488.  
  1489. An HTML File may contain links and bitmaps. 
  1490. As you develop your HTML File, EditHelp helps you keep track of 
  1491. the {link=2205,status} of each topic.
  1492.  
  1493. To find out more about using EditHelp to create HTML Files, see the following topics:
  1494.  
  1495.     {link=107,Files}\
  1496.     {link=106,Topics}\
  1497.     {link=114,Text Layout}\
  1498.     {link=115,Text Commands}\
  1499.  
  1500. The source file for this help is supplied with this program as 
  1501.  
  1502.     edithelp.edh
  1503.  
  1504. See also\
  1505.     {link=110,Menu Commands}
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514. \end
  1515. 2207
  1516. Edit|Link
  1517. Edit|Link;links
  1518.  
  1519. 0
  1520.  
  1521. 0
  1522.  
  1523. A link is specified in the source text by the Link {link=115,command}:
  1524.  
  1525.     {{}link=<num>,<text>}
  1526.  
  1527. where <num> is the {link=106,Topic number} of the destination and <text> 
  1528. is the link-text to be displayed.
  1529.  
  1530. For instance, the Text Layout topic number is 114 so a link to the Text Layout topic would be
  1531. specified as
  1532.  
  1533.     {{}link=114,Text Layout}
  1534.  
  1535. which would display as
  1536.  
  1537.     {link=114,Text Layout}
  1538.  
  1539. When the user selects the link, the destination topic is displayed.
  1540.  
  1541. A {link=2219,bitmap} can be used as a button which displays the new topic.
  1542.  
  1543. The Edit|Link command inserts a Link into the text of the current topic 
  1544. at the current insertion point. You can choose the link topic from a list of all topics.
  1545.  
  1546. A link can specify that a {link=2231,New File} should be loaded.
  1547.  
  1548. See also\
  1549.    {link=205,Edit|Undo}\
  1550.    {link=206,Edit|Cut}\
  1551.    {link=207,Edit|Copy}\
  1552.    {link=208,Edit|Paste}\
  1553.    {link=209,Edit|Delete}\
  1554.    {link=2214,Edit|Bitmap}\
  1555.    {link=2219,Edit|Bitmap Link}\
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565. \end
  1566. 114
  1567. Text Layout
  1568. text layout;layout
  1569.  
  1570. 0
  1571.  
  1572. 0
  1573.  
  1574. The Edit window of the EditHelp program shows the text of the current topic.
  1575.  
  1576. The layout of the text affects the layout of the {link=107,HTML File}. 
  1577.  
  1578. Single newlines are ignored in the text so that the source:
  1579.  
  1580.     Single newlines are\
  1581.     ignored in\
  1582.     the text 
  1583.  
  1584. is diplayed by the HTML Browser as:
  1585.  
  1586.     Single newlines are 
  1587.     ignored in 
  1588.     the text 
  1589.  
  1590. Two or more newlines start a new paragraph, so that:
  1591.  
  1592.     Single newlines\
  1593.     are ignored.
  1594.  
  1595.     But two newlines\
  1596.     start a new paragraph.
  1597.  
  1598. is diplayed as:
  1599.  
  1600.     Single newlines are ignored.
  1601.  
  1602.     But two newlines start a new paragraph.
  1603.  
  1604. A '\' character at the end of a line is displayed as a newline, so:
  1605.  
  1606.     Single newlines\\
  1607.     are ignored.
  1608.  
  1609. is diplayed as:
  1610.  
  1611.     Single newlines\
  1612.     are ignored.
  1613.  
  1614. Trailing blanks on a line are deleted; a single trailing blank is then added. 
  1615.  
  1616. Lines must have fewer than 255 characters.
  1617.  
  1618. Text can be displayed {link=231,bold} or {link=232,italic}.
  1619.  
  1620. See also\
  1621.     {link=115,Text Commands}
  1622.     {link=2220,Heading command}\
  1623.     {link=240,Line command}\
  1624.     {link=2224,List Command}\
  1625.     {link=242,Centre command}\
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635. \end
  1636. 115
  1637. Text Commands
  1638. text commands;commands
  1639.  
  1640. 0
  1641.  
  1642. 0
  1643.  
  1644. The source text can contain Commands specifying links, sub-headings and bitmaps to be 
  1645. included in the {link=107,HTML File}.
  1646.  
  1647. A {link=2207,Link} is specified by the Link Command:
  1648.  
  1649.     {{}link=<num>,<text>}
  1650.  
  1651. where <num> is the {link=106,Topic number} of the destination and <text> 
  1652. is the link-text to be displayed.
  1653.  
  1654. A {link=118,Bitmap} is specified by the Bitmap Command:
  1655.  
  1656.     {{}bitmap=<filename>}
  1657.  
  1658. where <filename> is the name of a GIF file to be displayed.
  1659.  
  1660. A {link=2220,sub-heading} is specified by the Heading Command:
  1661.  
  1662.     {{}heading=<text>}
  1663.  
  1664. where <text> is the text of the sub-heading.
  1665.  
  1666. The command name for every text command must appear in lower case.
  1667. For instance, use 'link' not 'Link'.
  1668.  
  1669. Every text command starts with a '{{}' character.
  1670. The '{{}' character may be inserted into the text as
  1671.  
  1672.     {{}{{}}
  1673.  
  1674. See also\
  1675.     {link=114,Text Layout}\
  1676.     {link=2220,Heading command}\
  1677.     {link=240,Line command}\
  1678.     {link=2224,List command}\
  1679.     {link=242,Centre command}\
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689. \end
  1690. 210
  1691. File|Save As TXT
  1692. File|Save As TXT;Save As TXT;TXT
  1693.  
  1694. 0
  1695.  
  1696. 0
  1697.  
  1698. The File|Save As TXT command saves the current source to a file as
  1699. plain ASCII text. All formatting and link commands are removed.
  1700. The text file will have the name:
  1701.  
  1702.     <filename>.TXT
  1703.  
  1704. where <filename> is the name of the current {link=107,EditHelp source file}.
  1705.  
  1706. Each topic appears on a separate page; pages are separated by FF (#12)
  1707. characters.
  1708.  
  1709. You can use the text file as the basis of your user manual.
  1710.  
  1711. See also\
  1712.    {link=200,File|New}\
  1713.    {link=201,File|Open}\
  1714.    {link=202,File|Save}\
  1715.    {link=203,File|Save As}\
  1716.    {link=2229,File|Save As WWW}\
  1717.    {link=401,File|WWW Mode}\
  1718.    {link=204,File|Exit}
  1719.  
  1720.  
  1721.  
  1722. \end
  1723. 228
  1724. Topic|Goto Unfinished
  1725. Topic|Goto Unfinished;Goto Unfinished
  1726.  
  1727. 0
  1728.  
  1729. 7
  1730. TopicMenu
  1731. The Topic|Goto Unfinished command selects the next unfinished {link=106,topic} from the 
  1732. topic list and load it
  1733. into the Edit window. An unfinished topic is one whose {link=221,status} is 
  1734. 'Incomplete' or Test'.
  1735.  
  1736. The Goto Unfinished command can be called with the Ctrl-F6 key.
  1737.  
  1738. See also\
  1739.    {link=221,Topic|Status}\
  1740.    {link=2205,HelpFile|Status}
  1741.  
  1742.    {link=214,Topic|Next topic}\
  1743.    {link=215,Topic|Prev topic}\
  1744.    {link=227,Topic|Back}\
  1745.    {link=216,Topic|New topic}\
  1746.    {link=218,Topic|Delete}\
  1747.    {link=2201,Topic|Caption}\
  1748.    {link=220,Topic|Contents}\
  1749.    {link=253,Topic|Preview}\
  1750.  
  1751.  
  1752.  
  1753.  
  1754. \end
  1755. 2214
  1756. Edit|Bitmap
  1757. Edit|Bitmap;Bitmap
  1758.  
  1759. 0
  1760.  
  1761. 0
  1762.  
  1763. The Edit|Bitmap command inserts a {link=118,Bitmap} into the text of the current topic
  1764. at the current insertion point. 
  1765. You can choose the Bitmap from a list of GIF files.
  1766.  
  1767. The bitmap filename should not contain any path information. The bitmap file should be in
  1768. the same directory as the {link=107,HTML file}.
  1769.  
  1770. If you want to be able to compile and display the source as a Windows Help file,
  1771. then the {link=107,source file directory} should also contain a corresponding .BMP file.
  1772. When EditHelp compiles the file as a Windows Help file, it will change the
  1773. '.GIF' extension to '.BMP'.
  1774.  
  1775. See also\
  1776.    {link=205,Edit|Undo}\
  1777.    {link=206,Edit|Cut}\
  1778.    {link=207,Edit|Copy}\
  1779.    {link=208,Edit|Paste}\
  1780.    {link=209,Edit|Delete}\
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789. \end
  1790. 2231
  1791. New File Link
  1792. New File;File;Topic
  1793.  
  1794. 0
  1795.  
  1796. 0
  1797.  
  1798. A {link=2207,Link} command with the format:
  1799.  
  1800.     {{}link=<num>@<newFile>,<text>}
  1801.  
  1802. where '<newFile>' is the name of a HTML File, 
  1803. specifies a link to topic number <num> of file <newFile>.
  1804. ('<text>' is the link-text to be displayed.)
  1805. The name of the file containing the destination topic is
  1806.  
  1807.     <fil><nnnnn>.htm
  1808.  
  1809. where <fil> is the first three characters of <newFile> 
  1810. and <nnnnn> is the {link=106,topic number}, <num>, padded with '0' to 5 digits. 
  1811.  
  1812. The '<newFile>' string should not contain any DOS path information.
  1813.  
  1814. If <num> is zero then the link will be made to the file 
  1815.  
  1816.     <newFile>.htm
  1817.  
  1818. in other words, the {link=220,Contents} topic of <newFile>.
  1819.  
  1820. For instance:
  1821.  
  1822.     {{}link=117@edithelp.htm,See also}
  1823.  
  1824. specifies a link to 
  1825.  
  1826.     edi00117.htm
  1827.  
  1828. And:
  1829.  
  1830.     {{}link=0@other.htm,Other File}
  1831.  
  1832. specifies a link to 
  1833.  
  1834.     other.htm
  1835.  
  1836. If you compile a {{}link=0@<newFile>,...} to a Windows Help file, then a link
  1837. will be inserted to <newFile>.HLP with the context string set to "index" .
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846. \end
  1847. 255
  1848. Bulleted List
  1849. Bulleted List;List
  1850.  
  1851. 0
  1852.  
  1853. 0
  1854.  
  1855. A List {link=115,command} specifies that the following text should be shown 
  1856. as a bulleted list:
  1857.  
  1858.     {{}list}
  1859.  
  1860. The following paragraphs are indented and each is preceded by a 
  1861. bullet. The List is terminated by:
  1862.  
  1863.     {{}list=0}
  1864.  
  1865. For instance:
  1866.  
  1867.     {{}list}{{}bold}Cut: {{}bold}deletes the selected text and places it \
  1868.            onto the Clipboard.\\
  1869.     {{}bold}Copy: {{}bold}copies the selected text onto the Clipboard. \\
  1870.     {{}bold}Paste: {{}bold}pastes a copy of the Clipboard contents at the \
  1871.             insertion point or replaces selected text in the current topic.\\
  1872.     {{}list=0}
  1873.  
  1874. is shown as
  1875.  
  1876.     {list=3}{bold}*    Cut: {bold}deletes the selected text and places it 
  1877.            onto the Clipboard.\
  1878.     {bold}*    Copy: {bold}copies the selected text onto the Clipboard. \
  1879.     {bold}*    Paste: {bold}pastes a copy of the Clipboard contents at the 
  1880.             insertion point or replaces selected text in the current topic.\\
  1881.     {list=0}
  1882.  
  1883. where {bold}*{bold} is a bullet.
  1884.  
  1885. {list=0}The List command may only appear at the start of a {link=114,paragraph}; 
  1886. it may be {link=114,indented}. 
  1887.  
  1888. See also\
  1889.     {link=254,Definition List}\
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896. \end
  1897. 254
  1898. Definition List
  1899. Definition List;List
  1900.  
  1901. 0
  1902.  
  1903. 0
  1904.  
  1905. A List=... {link=115,command} specifies that the following text should be shown 
  1906. as a Definition list:
  1907.  
  1908.     {{}list=n}
  1909.  
  1910. where n is a non-zero number. (The value of 'n' is important only 
  1911. if you compile the source to a Windows Help file.)
  1912.  
  1913. Each of the following paragraphs is divided into two columns. The first column shows
  1914. the list item name, while the second shows the item text. The columns are separated by 
  1915. a Tab character. 
  1916.  
  1917. The List is terminated by:
  1918.  
  1919.     {{}list=0}
  1920.  
  1921. For instance:
  1922.  
  1923.     {{}list=15}{{}bold}Cut:{{}bold}<tab>deletes the selected text and places it \
  1924.            onto the Clipboard.\\
  1925.     {{}bold}Copy{{}bold}<tab>copies the selected text onto the Clipboard. \\
  1926.     {{}bold}Paste{{}bold}<tab>pastes a copy of the Clipboard contents at the \
  1927.             insertion point or replaces selected text in the current topic.\\
  1928.     {{}list=0}
  1929.  
  1930. (where <tab> is a Tab character) is shown as
  1931.  
  1932.     {list=15}{bold}Cut:{bold}    deletes the selected text and places it 
  1933.            onto the Clipboard.\
  1934.     {bold}Copy{bold}    copies the selected text onto the Clipboard. \
  1935.     {bold}Paste{bold}    pastes a copy of the Clipboard contents at the 
  1936.             insertion point or replaces selected text in the current topic.\
  1937.     {list=0}
  1938.  
  1939.  
  1940. The List command may only appear at the start of a {link=114,paragraph}. 
  1941. If the item text is forced to wrap, it will be aligned under the item text column.
  1942.  
  1943. {list=0}See also\
  1944.     {link=255,Bulleted List}\
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951. \end
  1952. 253
  1953. Topic|Preview
  1954. Topic|Preview;Preview
  1955.  
  1956. 0
  1957.  
  1958. 0
  1959.  
  1960. The Preview command shows the {link=106,Topic} as it will be displayed by Windows Help.
  1961.  
  1962. To view the topic as it will appear on the World Wide Web, you should use an HTML
  1963. browser which can display local files.
  1964.  
  1965. See also\
  1966.    {link=214,Topic|Next topic}\
  1967.    {link=215,Topic|Prev topic}\
  1968.    {link=227,Topic|Back}\
  1969.    {link=216,Topic|New topic}\
  1970.    {link=2202,Topic|Goto}\
  1971.    {link=228,Topic|Goto Unfinished}\
  1972.    {link=218,Topic|Delete}\
  1973.    {link=2201,Topic|Caption}\
  1974.    {link=220,Topic|Contents}\
  1975.    {link=221,Topic|Status}\
  1976.  
  1977.  
  1978.  
  1979.  
  1980. \end
  1981.